Q3Camera_GetData
You can use theQ3Camera_GetData
function to get the basic data associated with a camera.
TQ3Status Q3Camera_GetData ( TQ3CameraObject camera, TQ3CameraData *cameraData);
camera
- A camera object.
cameraData
- On exit, a pointer to a camera data structure.
DESCRIPTION
TheQ3Camera_GetData
function returns, through thecameraData
parameter, basic information about the camera specified by thecamera
parameter. See "Camera Data Structure" on page 9-19 for a description of a camera data structure.